projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
49561a3
)
("jka-cmpr-hook"): Load it before it is needed.
author
Luc Teirlinck
<teirllm@auburn.edu>
Wed, 24 May 2006 16:50:45 +0000
(16:50 +0000)
committer
Luc Teirlinck
<teirllm@auburn.edu>
Wed, 24 May 2006 16:50:45 +0000
(16:50 +0000)
lisp/loadup.el
patch
|
blob
|
history
diff --git
a/lisp/loadup.el
b/lisp/loadup.el
index 4f71af7a48848ea1dcd63ada3cee00f2f688fbea..7d4e25dcbf35e0a079a93f3d28adf3fb7f9078ed 100644
(file)
--- a/
lisp/loadup.el
+++ b/
lisp/loadup.el
@@
-81,6
+81,7
@@
(load "help")
+(load "jka-cmpr-hook")
;; Any Emacs Lisp source file (*.el) loaded here after can contain
;; multilingual text.
(load "international/mule-cmds")
@@
-209,7
+210,6
@@
(message "%s" (garbage-collect))
(load "vc-hooks")
-(load "jka-cmpr-hook")
(load "ediff-hook")
(if (fboundp 'x-show-tip) (load "tooltip"))